home *** CD-ROM | disk | FTP | other *** search
- var idName = "stg" + String(this.gStageNum);
- var newName = "mapMC";
- var depth = 1000;
- this.attachMovie(idName,newName,depth);
- this[mapMC]._x = 0;
- this[mapMC]._y = 0;
- this.attachMovie("tobby","tobbyMC",2002);
- this.tobbyMC._x = -100;
- this.attachMovie("player_stick","stickMC",2001);
- this.stickMC._x = -100;
- this.attachMovie("player_hand","handMC",2000);
- this.handMC._x = -100;
-